Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable balenaCI auto rebase #809

Merged
merged 1 commit into from
Feb 6, 2020
Merged

Conversation

thgreasi
Copy link
Member

@thgreasi thgreasi commented Feb 5, 2020

Having autorebase enabled could lead to having
more then one instances of the sdk tests running in
parallel, which will result all of them failing, b/c they
will use the same test user, and will also add
unnecessary load to the API. Once we get #582 fixed
we can remove this.

Change-type: patch
See: product-os/scripts#80
Signed-off-by: Thodoris Greasidis [email protected]


Contributor checklist
  • Includes tests
  • Includes typings
  • Includes updated documentation
  • Includes updated build output

@thgreasi thgreasi requested a review from nazrhom February 5, 2020 16:59
@thgreasi thgreasi self-assigned this Feb 5, 2020
Copy link
Contributor

@sradevski sradevski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not too keen on having these special cases for certain components if there isn't a very good reason to do so. I understand the sentiment in this case, but let's put some dedicated effort to make the tests run on balenaCI, otherwise this will be a permanent change 😄

@thgreasi
Copy link
Member Author

thgreasi commented Feb 6, 2020

@balena-ci retest

1 similar comment
@thgreasi
Copy link
Member Author

thgreasi commented Feb 6, 2020

@balena-ci retest

@thgreasi thgreasi force-pushed the disable-balenaci-autorebase branch from 597c76a to e3b7cb0 Compare February 6, 2020 14:06
Having autorebase enabled could lead to having
more then one instances of the sdk tests running in
parallel, which will result all of them failing, b/c they
will use the same test user, and will also add
unnecessary load to the API. Once we get #582 fixed
we can remove this.

Change-type: patch
See: product-os/scripts#80
Signed-off-by: Thodoris Greasidis <[email protected]>
@thgreasi thgreasi force-pushed the disable-balenaci-autorebase branch from e3b7cb0 to a30a648 Compare February 6, 2020 18:54
@thgreasi thgreasi merged commit 04c329f into master Feb 6, 2020
@thgreasi thgreasi deleted the disable-balenaci-autorebase branch February 6, 2020 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants